.hidden input[type="checkbox"] {
    display: none !important;
}

.selection .select2-selection__rendered {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0rem 0.75rem !important;
    /* font-size: 0.875rem; */
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    font-size: 1em !important;
    /* color: #54667a; */
    color: #020a14;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid gray !important;
    border-radius: 10px !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    /* border: 2px solid red; */
}

#select2-MainContent_DrpDEmployeeName-container {
    font-size: 2em !important;
    /* color: black; */
    font-weight: 600 !important;
    /* text-transform: uppercase; */
    height: 40px;
    text-align: center;
}

.select2-container--default .select2-selection--single { 
     border: none !important;  
}

.select2-container--default .select2-selection--single .select2-selection__rendered { 
    line-height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important; 
    width: 25px !important;
}